home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Czytniki NEWS / 40Tude Dialog 2.0.15.1 beta 38 / 4d2b38.exe / {app} / dialog.exe / 0 / RCDATA / TFRMDATETIMESELECT / TFRMDATETIMESELECT.txt
Encoding:
Text File  |  2005-02-07  |  1.7 KB  |  86 lines

  1. object frmDateTimeSelect: TfrmDateTimeSelect
  2.   Left = 242
  3.   Top = 150
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Select date/time'
  7.   ClientHeight = 256
  8.   ClientWidth = 209
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TTntLabel
  20.     Left = 4
  21.     Top = 0
  22.     Width = 26
  23.     Height = 13
  24.     Caption = 'Date:'
  25.   end
  26.   object Label2: TTntLabel
  27.     Left = 4
  28.     Top = 176
  29.     Width = 26
  30.     Height = 13
  31.     Caption = 'Time:'
  32.   end
  33.   object MonthCalendar1: TTntMonthCalendar
  34.     Left = 4
  35.     Top = 16
  36.     Width = 201
  37.     Height = 154
  38.     Date = 37727.000000000000000000
  39.     TabOrder = 0
  40.     TabStop = True
  41.     WeekNumbers = True
  42.   end
  43.   object DateTimePicker1: TTntDateTimePicker
  44.     Left = 4
  45.     Top = 192
  46.     Width = 197
  47.     Height = 21
  48.     Date = 37727.558760266190000000
  49.     Time = 37727.558760266190000000
  50.     Kind = dtkTime
  51.     TabOrder = 1
  52.   end
  53.   object Button1: TMMTNTBItBtn
  54.     Left = 48
  55.     Top = 224
  56.     Width = 75
  57.     Height = 25
  58.     Caption = '&Ok'
  59.     Default = True
  60.     Font.Charset = DEFAULT_CHARSET
  61.     Font.Color = clBtnText
  62.     Font.Height = -11
  63.     Font.Name = 'MS Sans Serif'
  64.     Font.Style = []
  65.     ModalResult = 1
  66.     ParentFont = False
  67.     TabOrder = 2
  68.   end
  69.   object Button2: TMMTNTBItBtn
  70.     Left = 128
  71.     Top = 224
  72.     Width = 75
  73.     Height = 25
  74.     Cancel = True
  75.     Caption = 'Cancel'
  76.     Font.Charset = DEFAULT_CHARSET
  77.     Font.Color = clBtnText
  78.     Font.Height = -11
  79.     Font.Name = 'MS Sans Serif'
  80.     Font.Style = []
  81.     ModalResult = 2
  82.     ParentFont = False
  83.     TabOrder = 3
  84.   end
  85. end
  86.